home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / more.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  1.5 KB  |  93 lines

  1. More
  2.  
  3. Displays the contents of a designated ASCII file in the Shell window. More
  4. does not have an icon. It has been superseded by the MultiView program;
  5. however, it is still available.
  6.  
  7. Format
  8.  
  9. MORE <filename>
  10.  
  11. Template
  12.  
  13. (none)
  14.  
  15. Location
  16.  
  17. SYS:Utilities
  18.  
  19. Specify the complete path if the file is not in the current directory. More
  20. displays a file requester if you do not specify a file.
  21.  
  22. Pressing the H key provides explanations for More's command keys. The
  23. following options can be used with More:
  24.  
  25. <Space>
  26.  
  27. Next Page (More).
  28.  
  29. <Return>
  30.  
  31. Next Line.
  32.  
  33. q or Ctrl+C
  34.  
  35. Quit.
  36.  
  37. H
  38.  
  39. Help.
  40.  
  41. /string
  42.  
  43. Search for string (case-sensitive). Entering n following the string searches
  44. for the next occurrence of the string.
  45.  
  46. .string
  47.  
  48. Search for string (not case-sensitive).
  49.  
  50. N
  51.  
  52. Find next occurrence of search string.
  53.  
  54. Ctrl+L
  55.  
  56. Refresh window.
  57.  
  58. <
  59.  
  60. First page.
  61.  
  62. >
  63.  
  64. Last page.
  65.  
  66. %N
  67.  
  68. Move %N into the file.
  69.  
  70. b or <Backspace>
  71.  
  72. Previous page (less).
  73.  
  74. E
  75.  
  76. Edit the current file using the editor set in ENV:EDITOR.
  77.  
  78. More also accepts input from a PIPE. The Previous Page (Backspace or b), Last
  79. Page (>), and Move %N into file (%N) commands are disabled when the More
  80. input is from a PIPE because standard input from a PIPE is of unknown length.
  81.  
  82. When you use More from the Shell, you can open an editor to use on the file
  83. you are viewing (press Shift+E) if the EDITOR variable is defined. Provide
  84. the complete path to the specified editor in the EDITOR variable; for
  85. example, C:ED.
  86.  
  87. Example:
  88.  
  89. 1> MORE DF0:TestFile
  90.  
  91. displays the contents of the ASCII file called TestFile on the disk in drive
  92. DF0:.
  93.